3.222 \(\int (a+a \sec (c+d x))^n \tan (c+d x) \, dx\)

Optimal. Leaf size=43 \[ -\frac {(a \sec (c+d x)+a)^{n+1} \, _2F_1(1,n+1;n+2;\sec (c+d x)+1)}{a d (n+1)} \]

[Out]

-hypergeom([1, 1+n],[2+n],1+sec(d*x+c))*(a+a*sec(d*x+c))^(1+n)/a/d/(1+n)

________________________________________________________________________________________

Rubi [A]  time = 0.04, antiderivative size = 43, normalized size of antiderivative = 1.00, number of steps used = 2, number of rules used = 2, integrand size = 19, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.105, Rules used = {3880, 65} \[ -\frac {(a \sec (c+d x)+a)^{n+1} \, _2F_1(1,n+1;n+2;\sec (c+d x)+1)}{a d (n+1)} \]

Antiderivative was successfully verified.

[In]

Int[(a + a*Sec[c + d*x])^n*Tan[c + d*x],x]

[Out]

-((Hypergeometric2F1[1, 1 + n, 2 + n, 1 + Sec[c + d*x]]*(a + a*Sec[c + d*x])^(1 + n))/(a*d*(1 + n)))

Rule 65

Int[((b_.)*(x_))^(m_)*((c_) + (d_.)*(x_))^(n_), x_Symbol] :> Simp[((c + d*x)^(n + 1)*Hypergeometric2F1[-m, n +
 1, n + 2, 1 + (d*x)/c])/(d*(n + 1)*(-(d/(b*c)))^m), x] /; FreeQ[{b, c, d, m, n}, x] &&  !IntegerQ[n] && (Inte
gerQ[m] || GtQ[-(d/(b*c)), 0])

Rule 3880

Int[cot[(c_.) + (d_.)*(x_)]^(m_.)*(csc[(c_.) + (d_.)*(x_)]*(b_.) + (a_))^(n_), x_Symbol] :> -Dist[(d*b^(m - 1)
)^(-1), Subst[Int[((-a + b*x)^((m - 1)/2)*(a + b*x)^((m - 1)/2 + n))/x, x], x, Csc[c + d*x]], x] /; FreeQ[{a,
b, c, d, n}, x] && IntegerQ[(m - 1)/2] && EqQ[a^2 - b^2, 0] &&  !IntegerQ[n]

Rubi steps

\begin {align*} \int (a+a \sec (c+d x))^n \tan (c+d x) \, dx &=\frac {\operatorname {Subst}\left (\int \frac {(a+a x)^n}{x} \, dx,x,\sec (c+d x)\right )}{d}\\ &=-\frac {\, _2F_1(1,1+n;2+n;1+\sec (c+d x)) (a+a \sec (c+d x))^{1+n}}{a d (1+n)}\\ \end {align*}

________________________________________________________________________________________

Mathematica [A]  time = 0.05, size = 43, normalized size = 1.00 \[ -\frac {(a (\sec (c+d x)+1))^{n+1} \, _2F_1(1,n+1;n+2;\sec (c+d x)+1)}{a d (n+1)} \]

Antiderivative was successfully verified.

[In]

Integrate[(a + a*Sec[c + d*x])^n*Tan[c + d*x],x]

[Out]

-((Hypergeometric2F1[1, 1 + n, 2 + n, 1 + Sec[c + d*x]]*(a*(1 + Sec[c + d*x]))^(1 + n))/(a*d*(1 + n)))

________________________________________________________________________________________

fricas [F]  time = 0.48, size = 0, normalized size = 0.00 \[ {\rm integral}\left ({\left (a \sec \left (d x + c\right ) + a\right )}^{n} \tan \left (d x + c\right ), x\right ) \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((a+a*sec(d*x+c))^n*tan(d*x+c),x, algorithm="fricas")

[Out]

integral((a*sec(d*x + c) + a)^n*tan(d*x + c), x)

________________________________________________________________________________________

giac [F]  time = 0.00, size = 0, normalized size = 0.00 \[ \int {\left (a \sec \left (d x + c\right ) + a\right )}^{n} \tan \left (d x + c\right )\,{d x} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((a+a*sec(d*x+c))^n*tan(d*x+c),x, algorithm="giac")

[Out]

integrate((a*sec(d*x + c) + a)^n*tan(d*x + c), x)

________________________________________________________________________________________

maple [F]  time = 1.15, size = 0, normalized size = 0.00 \[ \int \left (a +a \sec \left (d x +c \right )\right )^{n} \tan \left (d x +c \right )\, dx \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int((a+a*sec(d*x+c))^n*tan(d*x+c),x)

[Out]

int((a+a*sec(d*x+c))^n*tan(d*x+c),x)

________________________________________________________________________________________

maxima [F]  time = 0.00, size = 0, normalized size = 0.00 \[ \int {\left (a \sec \left (d x + c\right ) + a\right )}^{n} \tan \left (d x + c\right )\,{d x} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((a+a*sec(d*x+c))^n*tan(d*x+c),x, algorithm="maxima")

[Out]

integrate((a*sec(d*x + c) + a)^n*tan(d*x + c), x)

________________________________________________________________________________________

mupad [F]  time = 0.00, size = -1, normalized size = -0.02 \[ \int \mathrm {tan}\left (c+d\,x\right )\,{\left (a+\frac {a}{\cos \left (c+d\,x\right )}\right )}^n \,d x \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(tan(c + d*x)*(a + a/cos(c + d*x))^n,x)

[Out]

int(tan(c + d*x)*(a + a/cos(c + d*x))^n, x)

________________________________________________________________________________________

sympy [F]  time = 0.00, size = 0, normalized size = 0.00 \[ \int \left (a \left (\sec {\left (c + d x \right )} + 1\right )\right )^{n} \tan {\left (c + d x \right )}\, dx \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((a+a*sec(d*x+c))**n*tan(d*x+c),x)

[Out]

Integral((a*(sec(c + d*x) + 1))**n*tan(c + d*x), x)

________________________________________________________________________________________